{
	"info": {
		"_postman_id": "e9d40268-1b27-426e-9ff9-4a7c65abbd72",
		"name": "Open Notify",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Get Live Location of ISS",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "apieco-key",
						"value": "{apieco-key)",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://api.open-notify.org/open-notify/pet?callback=",
					"protocol": "https",
					"host": [
						"api",
						"open-notify",
						"org"
					],
					"path": [
						"open-notify",
						"pet"
					],
					"query": [
						{
							"key": "callback",
							"value": ""
						}
					]
				}
			},
			"response": []
		}
	],
	"protocolProfileBehavior": {}
}